home *** CD-ROM | disk | FTP | other *** search
/ Mr. Wonder's Greatest Toyshop on Earth / Mr. Wonder's Greatest Toyshop on Earth (1996)(OmniMedia)[PC-Mac].iso / mac / TSS_RES / a4_3.Dxr / 00305_Field_305.txt < prev   
Text File  |  1995-07-19  |  447b  |  15 lines

  1. on mousedown
  2. set thelist=list("1367:382:1290:418:23","2660:306:2604:352:22","1777:299:1724:327:21","2099:279:2065:337:20","2344:298:2201:335:24","1973:263:1935:279:24","1842:246:1809:315:24","1576:276:1531:295:24")
  3. checkpos thelist
  4. put the result
  5. foodDrag (the result)
  6. end
  7.         
  8. on mouseup
  9.  set the constraint of sprite 25 to 0
  10.     updatestage
  11.     set the locV of sprite 25 to 600
  12.     puppetsprite 25,false
  13.     updatestage
  14. end   
  15.